home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / widget / r3drmwto.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.3 KB  |  46 lines

  1.  
  2. // JavaScript wrapper for r3drmwto.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_MAINWINDOWDROPTOOL_H = 1;
  7. include("real/widget/r3drdwto.js")
  8.  
  9.  
  10. var R3CLID_MAINWINDOWDROPTOOL = 1242;
  11.  
  12.  
  13.  
  14.  
  15. // Description: registers a class that should be notified when saving the main window
  16. // p1: Integer, class id of the save window class
  17. // p2: Integer, savecallback method to use when notifying the save window class about saving the main
  18. //      window
  19. // p3: Integer, closecallback method to use when notifying the save window class about closing down *
  20. //      The callback method in p2 will be called * R3SendClassMsgA2(classid, savecallback, parent, file); * The
  21. //      callback method in p3 will be called * R3SendClassMsgA(classid, closecallback, parent);
  22.  
  23. R3MAINWDTCM_REGISTERSAVEWIND = 1242000;
  24.  
  25. function mR3MAINWDTCM_REGISTERSAVEWIND(p1, p2, p3) {
  26.   DoA3(this.r3obj, 1242000, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
  27. }
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. function r3Mainwindowdroptool () { 
  35.    this.base = r3God;
  36.    if(arguments.length) {
  37.       this.base(R3CLID_MAINWINDOWDROPTOOL, arguments);
  38.    }
  39.    // Methods
  40.    this.REGISTERSAVEWIND=mR3MAINWDTCM_REGISTERSAVEWIND;
  41.  
  42.    // Attributes
  43. }
  44.  
  45. r3Mainwindowdroptool.prototype=new r3Droptargetwindowdroptool;
  46. // r3drmwto.h_H